powered by
Extract the results for a specific test input
# S3 method for cbtf [[(x, i)
If the index is valid, a data frame containing the following columns and attributes:
One of "OK", "FAIL", "WARN" or "SKIP" for each combination of function and input tested (see the Value section in fuzz).
The message received in case of error, warning or skip, or an empty string if no failure occurred.
The character representation of the input tested.
Otherwise, FALSE.
FALSE
An object of class cbtf.
cbtf
An index between 1 and the number of test inputs used.
res <- fuzz(funs = c("list", "matrix", "mean"), what = test_inputs(c("numeric", "raw"))) res[[6]]
Run the code above in your browser using DataLab